home *** CD-ROM | disk | FTP | other *** search
-
- /* R e s o u r c e D e f i n i t i o n s */
-
- /* Add the following lines in the DEFINE portion of the view.r file. */
-
- #define TEXTENDEDTEXTDATA \
- /* Minimum value */ longint; \
- /* Maximum value */ longint; \
- /* Precision */ Integer; \
- /* Initial value */ pstring; \
- align word
-
- /* Now add the following after the the 'Case NumberText:' block */
-
- case ExtendedText:
- key literal longint = 'xnum'; /* Template signature */
- pstring; /* Class name */
- align word;
-
- TCONTROLDATA;
- TSTATICTEXTDATA;
- TEDITTEXTDATA;
- TEXTENDEDTEXTDATA;
-